projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6335beb
)
(describe-key): Don't put a colon after the command name.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Aug 1997 07:37:02 +0000
(07:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Aug 1997 07:37:02 +0000
(07:37 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index d2497337076e0efc3ad6994cdbad9c5c2ea32076..b549687925c5a5924129d11492552ad62eda00a4 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-282,7
+282,7
@@
If FUNCTION is nil, applies `message' to it, thus printing it."
(princ " at that spot"))
(princ " runs the command ")
(prin1 defn)
- (princ "
:
\n")
+ (princ "\n")
(let ((doc (documentation defn)))
(if doc
(progn (terpri)